home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games 1996 July / Amiga Games 1996 #7.iso / userbox / publicdomain / memory-device / readme < prev    next >
Text File  |  1996-04-09  |  2KB  |  58 lines

  1.  
  2.   memory.device - Exec device driver for direct memory access
  3.  
  4.   (C) Copyright 1996 Marius Groeger
  5.       All Rights Reserved.
  6.  
  7.   This special device simulates a trackdisk compliant block device in any
  8.   region of memory. Unlike the RAM DISK (which is in fact not even a device)
  9.   or the ramdrive.device, memory.device allows the exact definition of the
  10.   memory to use for data storage.
  11.  
  12.   The purpose memory.device has been developed for is to use it on systems
  13.   equipped with different RAM chips or local memory busses. In conjunction
  14.   with VMM or similar virtual memory packages a memory region with slower RAM
  15.   chips may be used as swap area. This idea originates from the z2ram device
  16.   which has been written for Linux/68k/Amiga.
  17.  
  18.   Other applications with memory.device are conceivable, ranging from whitty
  19.   over funny to perverted. Use it on your own risk, it is a license to crash
  20.   the system.
  21.  
  22.   Please read also the supplied AmigaGuide document to obtain further
  23.   information about the installation and usage of memory.device.
  24.  
  25.   Marius Groeger         email: mag@sysgo.de
  26.   Bärstadter Str. 4             groeger@goofy.zdv.uni-mainz.de
  27.   65307 Bad Schwalbach          
  28.   GERMANY
  29.  
  30.   --------------------------------------------------------------------------
  31.  
  32.   Release 37.3
  33.  
  34.     * missing DOSDriver included
  35.  
  36.     * minor changes
  37.  
  38.   Release 37.2
  39.  
  40.     * Faster block copy routine
  41.  
  42.     * support for CMD_UPDATE
  43.  
  44.   Initial Release 37.1
  45.  
  46.   --------------------------------------------------------------------------
  47.  
  48.   This package is Freeware, but not in the public domain.
  49.  
  50.   It's strictly forbidden to include this archive in any kind of software
  51.   collection except Fred Fish's AmigaLibrary, Meeting Pearls CD's, Aminet,
  52.   Aminet CD's and BBS fileareas.
  53.  
  54.   This software is provided "as is". No representations or warranties are
  55.   made with respect to the accuracy, reliability, performance, currentness,
  56.   or operation of this software, and all use is at your own risk.
  57.  
  58.